home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00262.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  234 b   |  13 lines

  1. on exitFrame
  2.   delay(4 * 60)
  3.   puppetTransition(51, 4, 10, 0)
  4.   repeat with x = 4 to 5
  5.     puppetSprite(x, 1)
  6.     set the visible of sprite x to 1
  7.     puppetSprite(x, 0)
  8.   end repeat
  9.   updateStage()
  10.   unLoadCast()
  11.   go("Options")
  12. end
  13.